home *** CD-ROM | disk | FTP | other *** search
/ The Epic Collection 3 / Epic Collection 3, The (1997)(Epic Marketing)[!].iso / useful_tools / atapi_pnp300 / devs / storage / amicdfs next >
Text File  |  1995-04-11  |  482b  |  21 lines

  1. /* $VER: CD0 1.4 (11-04-95) CD++
  2.  *
  3.  * ATAPI CD-ROM filesystem mount entry using AmiCDFileSystem by Nicola Salmoria
  4.  */
  5.  
  6. FileSystem      = L:AmiCDFileSystem
  7. Flags           = 0
  8. BlocksPerTrack  = 32
  9. BlockSize       = 2048
  10. Mask            = 0x7ffffffe
  11. LowCyl          = 0
  12. HighCyl         = 11000
  13. Surfaces        = 1
  14. Buffers         = 30 /* Number of standard buffers */
  15. BufMemType      = 1
  16. GlobVec         = -1
  17. Priority        = 10
  18. DosType         = 0x41434400
  19. StackSize       = 600
  20.  
  21.